Class EmptyChunkJER

java.lang.Object
net.minecraft.world.level.chunk.ChunkAccess
net.minecraft.world.level.chunk.LevelChunk
net.minecraft.world.level.chunk.EmptyLevelChunk
jeresources.profiling.EmptyChunkJER
All Implemented Interfaces:
net.minecraft.world.level.biome.BiomeManager.NoiseBiomeSource, net.minecraft.world.level.BlockGetter, net.minecraft.world.level.chunk.FeatureAccess, net.minecraft.world.level.LevelHeightAccessor, net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.chunk.LevelChunk>, net.minecraftforge.common.extensions.IForgeBlockGetter

public class EmptyChunkJER extends net.minecraft.world.level.chunk.EmptyLevelChunk
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.chunk.LevelChunk

    net.minecraft.world.level.chunk.LevelChunk.EntityCreationType, net.minecraft.world.level.chunk.LevelChunk.PostLoadProcessor

    Nested classes/interfaces inherited from class net.minecraft.world.level.chunk.ChunkAccess

    net.minecraft.world.level.chunk.ChunkAccess.TicksToSave
  • Field Summary

    Fields inherited from class net.minecraft.world.level.chunk.ChunkAccess

    blendingData, blockEntities, chunkPos, heightmaps, levelHeightAccessor, noiseChunk, pendingBlockEntities, postProcessing, sections, unsaved, upgradeData
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmptyChunkJER(net.minecraft.server.level.ServerLevel level, int x, int z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    setBlockState(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, boolean isMoving)
     

    Methods inherited from class net.minecraft.world.level.chunk.EmptyLevelChunk

    addAndRegisterBlockEntity, getBlockEntity, getBlockState, getFluidState, getFullStatus, getLightEmission, getNoiseBiome, isEmpty, isYSpaceEmpty, removeBlockEntity, setBlockEntity

    Methods inherited from class net.minecraft.world.level.chunk.LevelChunk

    addEntity, areCapsCompatible, areCapsCompatible, clearAllBlockEntities, getBlockEntities, getBlockEntity, getBlockEntityNbtForSaving, getBlockTicks, getCapability, getEventDispatcher, getFluidState, getFluidTicks, getLevel, getLights, getStatus, getTicksForSerialization, getWorldForge, invalidateCaps, isClientLightReady, postProcessGeneration, readCapsFromNBT, registerAllBlockEntitiesAfterLevelLoad, registerTickContainerInLevel, replaceWithPacketData, reviveCaps, runPostLoad, setClientLightReady, setFullStatus, setLoaded, unpackTicks, unregisterTickContainerFromLevel, writeCapsToNBT

    Methods inherited from class net.minecraft.world.level.chunk.ChunkAccess

    addPackedPostProcess, addReferenceForFeature, carverBiome, fillBiomesFromNoise, getAllReferences, getAllStarts, getBelowZeroRetrogen, getBlendingData, getBlockEntitiesPos, getBlockEntityNbt, getHeight, getHeight, getHeightAccessorForGeneration, getHeightmaps, getHighestSection, getHighestSectionPosition, getInhabitedTime, getMinBuildHeight, getOrCreateHeightmapUnprimed, getOrCreateNoiseChunk, getOrCreateOffsetList, getPos, getPostProcessing, getReferencesForFeature, getSection, getSections, getStartForFeature, getUpgradeData, hasAnyStructureReferences, hasPrimedHeightmap, incrementInhabitedTime, isLightCorrect, isOldNoiseGeneration, isUnsaved, isUpgrading, markPosForPostprocessing, setAllReferences, setAllStarts, setBlendingData, setBlockEntityNbt, setHeightmap, setInhabitedTime, setLightCorrect, setStartForFeature, setUnsaved

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.level.BlockGetter

    clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getMaxLightLevel, isBlockInLine

    Methods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider

    getCapability

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGetter

    getExistingBlockEntity

    Methods inherited from interface net.minecraft.world.level.LevelHeightAccessor

    getMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
  • Constructor Details

    • EmptyChunkJER

      public EmptyChunkJER(net.minecraft.server.level.ServerLevel level, int x, int z)
  • Method Details

    • setBlockState

      @Nullable public net.minecraft.world.level.block.state.BlockState setBlockState(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, boolean isMoving)
      Overrides:
      setBlockState in class net.minecraft.world.level.chunk.EmptyLevelChunk